Skip to content

ZA Cape Town | ITP-May-2025 | Dawud Vermeulen | Sprint 3 | Slideshow #747

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

Dave-Vermeulen
Copy link

Learners, PR Template

Self checklist

  • I have committed my files one by one, on purpose, and for a reason
  • I have titled my PR with Region | Cohort | FirstName LastName | Sprint | Assignment Title
  • I have tested my changes
  • My changes follow the style guide
  • My changes meet the requirements of this task

Changelist

changed the slideshow and got the carousel working and the index.html files for this build. works well and pasts all tests.

Questions

Please review my code and let me know if any changes are required.

@Dave-Vermeulen Dave-Vermeulen added the Needs Review Trainee to add when requesting review. PRs without this label will not be reviewed. label Aug 5, 2025
@hkavalikas hkavalikas self-requested a review August 9, 2025 06:39
@hkavalikas hkavalikas added Review in progress This review is currently being reviewed. This label will be replaced by "Reviewed" soon. and removed Needs Review Trainee to add when requesting review. PRs without this label will not be reviewed. labels Aug 9, 2025
<button id="auto-backward">Auto Backward</button>
<button id="stop">Stop Auto</button>
<label for="delayInput">Delay (seconds):</label>
<input type="number" id="delayInput" min="0.1" step="0.1" value="2" />

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Solid approach, but are we using this input anywhere?
How can we ensure that the delay takes the value passed here into consideration for auto-forward and backwards?

const autoForwardBtn = document.getElementById("auto-forward");
const autoBackwardBtn = document.getElementById("auto-backward");
const stopBtn = document.getElementById("stop");

const images = [

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good use of local resources, but the requirements mention "a list of at least 4 images", and we only have 3 here.

Bonus points and completely optional: Can you find a way to replace static local images with linked ones from a site like upsplash?

@hkavalikas hkavalikas added Reviewed Volunteer to add when completing a review with trainee action still to take. and removed Review in progress This review is currently being reviewed. This label will be replaced by "Reviewed" soon. labels Aug 9, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Reviewed Volunteer to add when completing a review with trainee action still to take.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants